From 3fb97d64a6ce2b6e20ff24dfe8d263f9e3eaff9e Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 8 Apr 2018 10:52:57 -0700 Subject: [PATCH] Update out-dir option for #5322. --- src/doc/src/reference/unstable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index c5989df51..1a305ba1f 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -173,7 +173,7 @@ that the artifacts are copied, so the originals are still in the `target` directory. Example: ``` -cargo +nightly build --out-dir=out -Z out-dir +cargo +nightly build --out-dir=out -Z unstable-options ``` -- 2.30.2